This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Holly Asatoopulikle 13.Jan.04 06:58 AM a Web browser Domino Designer6.0.3Windows 2000
I have a field called ctxtSave and value is set to "0".
And in the querysave, the code is :
Sub Querysave(Source As Notesuidocument, Continue As Variant)
If source.document.ctxtSave = "0" Then
Msgbox "Please use the Save Button"
continue = False
Exit Sub
End If
End Sub
The error message "Type Mismatch" always comes out. What is happening?